home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / prog100 < prev    next >
Text File  |  1995-06-29  |  207b  |  13 lines

  1. # simple pushButton test
  2. xtAppInitialize -class Program \
  3.   -fallbackResources {
  4.     {*foreground: red}
  5.     {Program*fred**labelString: hi there}
  6.   }
  7.  
  8. xmPushButton .fred managed
  9.  
  10. . realizeWidget
  11.  
  12. . mainLoop
  13.